zip function - definição. O que é zip function. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é zip function - definição

"ZIP" HIGHER-ORDER FUNCTION THAT CONVERTS A TUPLE OF SEQUENCES TO A SEQUENCE OF TUPLES
Zip (higher-order function); Zip (function); Convolution (computer science)

zip function      
<functional programming> A function that takes two lists and returns a list of pairs. The idea can easily be extended to take N lists and return a list of N-tuples. (2008-03-29)
Zipping (computer science)         
In computer science, zipping is a function which maps a tuple of sequences into a sequence of tuples. This name zip derives from the action of a zipper in that it interleaves two formerly disjoint sequences.
zip file         
  • ZIP-64 Internal Layout
TYPE OF ARCHIVE FILE FORMAT
PKZIP file format; ZIP files; Zip file; ZIP file format; .zip; PKZIP format; .zip file; ZIP file; Zipped file; Unzip; ZIP archive; Zip archive; ZipStar; Zipstar; Compressed folder; Compressed folders; ZIPX; .zipx; Zipfile; ZIP software; .ZIP; Zip folder; Application/zip; Zipping (computing); EOCD; ZIP (FILE FORMAT); Zip file format; ISO 21320; ZipCrypto; Zip (file format); PK♥♦; ZIP64
zip

Wikipédia

Zipping (computer science)

In computer science, zipping is a function which maps a tuple of sequences into a sequence of tuples. This name zip derives from the action of a zipper in that it interleaves two formerly disjoint sequences. The inverse function is unzip.